home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / connect < prev    next >
Text File  |  2001-04-06  |  413b  |  14 lines

  1. SYNOPSIS
  2.         object connect(void)
  3.  
  4. DESCRIPTION
  5.         Return a login object that the requested connection should be
  6.         bound to. Note that the connection is not bound yet.
  7.  
  8.         The lfun logon() will be applied to the login object after
  9.         binding the connection to it. That lfun has to return != 0 to
  10.         indicate success.
  11.  
  12. SEE ALSO
  13.         logon(A), disconnect(M), interactive(E), exec(E)
  14.